deps(dotnet): Bump the testing group with 2 updates#74
Conversation
Bumps coverlet.collector from 8.0.1 to 10.0.1 Bumps FluentAssertions from 8.9.0 to 8.10.0 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: FluentAssertions dependency-version: 8.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
AI AnalysisTechnical SummaryThis pull request updates two testing dependencies in a .NET project:
1. coverlet.collector (8.0.1 → 10.0.1)Technical Requirements {summary} Constraints:
Implementation Considerations:
This summary was automatically generated by AI to help with triage and may not be 100% accurate. Suggested Labels: bug test |
karlspace
left a comment
There was a problem hiding this comment.
Approving — testing group bump.
coverlet.collector 8.0.1 -> 10.0.1 (major):
The 8 -> 10 jump looks large but is structurally low-risk here:
- Coverlet is a test-coverage tool, referenced only as
PackageReference Include="coverlet.collector"in the test project — no production code links against it - Primary 10.0 feature is .NET 10 support (issue #1823), which is exactly our test target
- Changelog is overwhelmingly bugfixes + improvements (branch coverage accuracy on async/IAsyncEnumerable, MTP behavior parity, no coverage on .NET Framework with 8.0.1)
- No documented breaking changes for consumers
- CI green — tests still execute and produce coverage reports
FluentAssertions 8.9.0 -> 8.10.0 (minor):
-
perf: significantly faster
BeEquivalentTofor large unordered collections -
feat:
ComparingNullCollectionsAsEmpty/ComparingNullStringsAsEmptyoptions onBeEquivalentTo -
No breaking changes
-
Two-line change in
Directory.Packages.props -
CI green; skipped jobs are release-publish steps that only run on main
Merging.
Updated coverlet.collector from 8.0.1 to 10.0.1.
Release notes
Sourced from coverlet.collector's releases.
10.0.1
Improvements
Fixed
Maintenance
Diff between 10.0.0 and 10.0.1
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
Commits viewable in compare view.
Updated FluentAssertions from 8.9.0 to 8.10.0.
Release notes
Sourced from FluentAssertions's releases.
8.10.0
What's Changed
Improvements
Documentation
Others
Full Changelog: fluentassertions/fluentassertions@8.9.0...8.10.0
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions